home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4470 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: news.frontier.net!news
  2. From: Tim Stumpf <tims@mjt.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: File Dialog Boxes Anyone?
  5. Date: 30 Jan 1996 14:17:30 GMT
  6. Organization: MJT, Inc
  7. Message-ID: <4el99q$7ua@molas.frontier.net>
  8. NNTP-Posting-Host: 198.135.68.12
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  13.  
  14. I am still having problems with my file dialog box.  I want to select 
  15. multiple files (up to about 100 files) so that I can do some  data 
  16. processing on them.  In MSVC++ common file dialog box, it lets me select 
  17. about 20 or so, and it works fine.  More than that, it just does nothing. 
  18. Not even an error of any kind.  I checked the buffer sizes that I am 
  19. storing the file names and stuff into, and it should be more than enough 
  20. for 100 file names and the path.  Is there some sort of limitation on the 
  21. number of files I can select in the common file dialog box, Or am I just 
  22. overlooking something.  Please help me if you know what I am doing wrong 
  23. or if there is some sort of work-around to this problem.
  24.  
  25. Thanks
  26. Tim Stumpf
  27.  
  28.